home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00085.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
336 b
|
31 lines
property s, showcreditsgrid
on beginSprite me
s = me.spriteNum
sprite(s).locZ = 1300
end
on prepareFrame me
sprite(s).visible = showcreditsgrid
end
on showcredits
showcreditsgrid = 1
end
on hidecredits
showcreditsgrid = 0
end
on mouseUp
hidecredits()
end
on growdown
hidecredits()
end
on growup
hidecredits()
end